home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 April: Mac OS SDK / Dev.CD Apr 98 SDK1.toast / Development Kits (Disc 1) / AppleScript / Goodies / Scripting Additions / Show Variables / Show Variables Demo Script / Show Variables Demo Script.rsrc / TEXT_1128.txt < prev    next >
Encoding:
Text File  |  1993-12-08  |  316 b   |  8 lines

  1. Display value of list of variables in a modal dialog.
  2. The syntax is:
  3. show variable {<name of var 1>, < value of var 1>, <name of var 2>, <name of var 2> ....}
  4.  
  5. If you just want to display a single variable you may also do it as
  6. show variable <value of the variable>
  7.  
  8. This is extremely valuable for debugging scripts.